.login-box-body,
.register-box-body {
	background: #e8e8e8;
	padding: 20px;
	border-top: 0;
	color: #666;
	border-radius: 10px;
}

.login-page,
.register-page {
	background: #fff;
}

.box .box-header.collapsable {
	padding: 0;
}

.box .box-header.collapsable h3 {
	padding: 10px;
	cursor: pointer;
    display: block;
    width: 100%;
}

.bg-notes {
  background-color: #FFF9C4;
}

.bg-notes .bg-darken {
  background-color: #F9A825;
  color: #fff;
}

.bg-products {
  background-color: #FFAB91;
}

.bg-purchases {
  background-color: #1e87f0;
}

.bg-clients {
  background-color: #80CBC4;
}

.bg-invoices {
  background-color: #A5D6A7;
}

.bg-invoices .bg-darken {
  background-color: #558B2F;
  color: #fff;
}

.bg-providers {
  background-color: #F8BBD0;
}

.bg-stats {
  background-color: #90CAF9;
}

.bg-system {
  background-color: #BDCCD4;
}

.text-notes {
  color: #FFF9C4;
}

.text-notes .text-darken {
  color: #F9A825;
}

.text-products {
  color: #FFAB91;
}

.text-purchases {
  color: #1e87f0;
}

.text-clients {
  color: #80CBC4;
}

.text-invoices {
  color: #A5D6A7;
}

.text-invoices .text-darken {
  color: #558B2F;
}

.text-providers {
  color: #F8BBD0;
}

.text-stats {
  color: #90CAF9;
}

.text-system {
  color: #BDCCD4;
}

.datatable-table {
	background: #fff;
	overflow: auto;
}

a .info-box {
	color: #333 !important;
}

.box.bg-products .datatable-table,
.box.bg-notes .datatable-table,
.box.bg-invoices .datatable-table {
	padding: 12px;
}

.box.bg-notes .box-footer {
	background-color: #FFF9C4;
}

.box.bg-products .box-footer {
  background-color: #FFAB91;
}

.box.bg-purchases .box-footer {
  background-color: #1e87f0;
}

.box.bg-clients .box-footer {
  background-color: #80CBC4;
}

.box.bg-invoices .box-footer {
  background-color: #A5D6A7;
}

.box.bg-providers .box-footer {
  background-color: #F8BBD0;
}

.box.bg-stats .box-footer {
  background-color: #90CAF9;
}

.box.bg-system .box-footer {
  background-color: #BDCCD4;
}

.dataTables_filter input,
.dataTables_length select,
#filterbar input.filter {
	border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

#filterbar {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
	width: 100%;
	float: right;
}

#filterbar .bg-success {
	background-color: #dff0d8 !important;
}

#filterbar select,
.entityForm select {
	padding-left: 10px;
	padding-right: 10px;
}

#filterbar .pull-right {
	margin-right: 5px;
	margin-bottom: 10px;
}

.entity-child {
	padding: 20px;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	margin-bottom: 20px;
}
.entity-child.odd {
	background-color: #f5f5f5;
}
.entity-child h4 {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 12px;
}

.input-group {
	width: 100%;
}

.colorsample {
    width: 34px !important;
    height: 32px !important;
}

/*
.user-menu a {
    padding: 15px 12px 11px;
    font-weight: 400;
    display: block;
    color: #333;
	font-size: 1.2em;
}
.user-menu a:hover {
    color: #dd4b39 !important;
}
.user-menu .user-body p {
	margin-bottom: 0;
}
*/

.create-menu >a>.fa {
	margin-right: 5px;
}

.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav>li>a {
	border-right-width: 1px !important;
}

.create-menu .dropdown-menu>li>a {
    padding: 3px 20px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
	font-size: 1.2em;
}
.create-menu .dropdown-menu>li>a:hover {
	font-weight: bold;
}
.create-menu .dropdown-menu>li>a.bg-notes:hover {
  background-color: #FFF9C4;
}

.create-menu .dropdown-menu>li>a.bg-products:hover {
  background-color: #FFAB91;
}

.create-menu .dropdown-menu>li>a.bg-purchases:hover {
  background-color: #1e87f0;
}

.create-menu .dropdown-menu>li>a.bg-clients:hover {
  background-color: #80CBC4;
}

.create-menu .dropdown-menu>li>a.bg-invoices:hover {
  background-color: #A5D6A7;
}

.create-menu .dropdown-menu>li>a.bg-providers:hover {
  background-color: #F8BBD0;
}

#entityForm .schedule {
	margin-top: 10px;
}
#entityForm .schedule a.day {
  padding: 10px 20px;
  opacity: 0.3;
  background: #c0c0c0;
  color: #37474F;
  text-decoration: none;
}

#entityForm .schedule input[type=checkbox]:checked + .day {
  opacity: 1;
  background: #00a65a;
  color: #fff;
}

#entityForm.entity-note #group-has_iva {
	display: none;
}

.pieChartWrapper {
	background: #fff;
	padding: 30px;
}

.pieChartWrapper p {
	margin-bottom: 12px;
}
.colorpicker .input-group-addon {
	padding: 0;
}